home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd2.bin / burn / vcdeasy / download / VCDEasy_v1.1.4_Setup.exe / {app} / CdrDao / README.Win32 < prev    next >
Text File  |  2002-10-06  |  2KB  |  60 lines

  1. The Win32 port of cdrdao is based on the Cygwin Unix environment for Windows.
  2. This package comes with the binary version of the cygwin1.dll. You can download
  3. the corresponding source code from http://sourceforge.net/projects/cdrdao
  4. in the download section or via www.cygwin.com.
  5.  
  6. This port should work on all Win32 operation systems.
  7.  
  8. If you will use "cdrdao.exe" in dos prompt under win9x, (or restart in MS-DOS
  9. mode also), you have to check off "Auto Insert Notification" of the CD-R drive
  10. property. When you do "cdrdao.exe read-xx" with "Auto Insert Notification"
  11. property, your PC will hang (write is O.K.).
  12.  
  13. During writing you should avoid to open the Explorer and similar tools.
  14. Currently, cdrdao does not lock the recording device so that all access
  15. action from the Explorer will lead to a failure of the recording process.
  16.  
  17. Cdrdao requires a working ASPI installation for operation. You can fetch
  18. an ASPI installation package from Adaptec's home page. After a successful
  19. ASPI installation the command
  20.  
  21.   cdrdao scanbus
  22.  
  23. should list all of your CD-ROM, DVD and recorder devices. If not the following
  24. registry changes should make them visible:
  25.  
  26.   [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Aspi32]
  27.   "ErrorControl"=dword:00000001
  28.   "Type"=dword:00000001
  29.   "Start"=dword:00000002
  30.  
  31.   [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Aspi32\Parameters]
  32.   "ExcludeMiniports"=""
  33.  
  34. You can also execute the file "aspi.reg" to make the registry updates
  35. automatically.
  36.  
  37. A 'cdrdao scanbus' output looks like this:
  38.  
  39.   1,0,0: E-IDE, CD-ROM 52X/AKH, A6E
  40.   1,1,0: ARTEC, WRR-4048, 1.01
  41.  
  42. The number triple (e.g. 1,0,0) is the address of the drive. It must be
  43. used with the --device option of cdrdao to select the recorder or reader
  44. device. For example copying a CD works like this:
  45.  
  46.   cdrdao copy --source-device 1,0,0 --device 1,1,0
  47.  
  48. For simple tests you can use test toc-files from the "testtocs"
  49. directory:
  50.  
  51.   cdrdao simulate --device x,y,z testtocs/t1.toc
  52.  
  53. This will run a write simulation with the layout of a simple audio CD.
  54. It is very useful to verify the principal functionality of cdrdao on
  55. you system.
  56.  
  57.  
  58.  
  59.  
  60.